DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / GroupAsync Method / GroupAsync(GroupDescription[],CancellationToken) Method
The group descriptions that determine how the data will be grouped.
The cancellation token.

In This Topic
    GroupAsync(GroupDescription[],CancellationToken) Method
    In This Topic
    Groups the collection according to the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overloads Function GroupAsync( _
       ByVal groupDescriptions() As GroupDescription, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    groupDescriptions
    The group descriptions that determine how the data will be grouped.
    cancellationToken
    The cancellation token.
    See Also